mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
12 lines
233 B
C
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"
|