ports/devel/dmake/files/patch-unix-runargv.c
Sergey Matveychuk f22193f56a - Update to 4.4
PR:		ports/96608
Submitted by:	Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
2006-05-01 20:21:13 +00:00

12 lines
233 B
C

--- unix/runargv.c.orig Mon May 1 18:38:28 2006
+++ unix/runargv.c Mon May 1 18:38:58 2006
@@ -66,6 +66,9 @@
with runargv().
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
#include <signal.h>
#include "extern.h"