bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] 1.13.94: missing #include <stpcpy.h>


From: Christian Weisgerber
Subject: [Bug-tar] 1.13.94: missing #include <stpcpy.h>
Date: Thu, 22 Apr 2004 02:55:35 +0200
User-agent: Mutt/1.4.2.1i

xheader.c uses stpcpy() but fails to include the header where the
prototype is defined.  Obviously this only shows on platforms where
stpcpy() is not provided by the system.

--- src/xheader.c.orig  2004-04-22 02:25:31.000000000 +0200
+++ src/xheader.c       2004-04-22 02:25:44.000000000 +0200
@@ -20,6 +20,7 @@
 
 #include <hash.h>
 #include <quotearg.h>
+#include <stpcpy.h>
 #include <xstrtol.h>
 
 #include "common.h"
-- 
Christian "naddy" Weisgerber                          address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]