]> git.wh0rd.org - dump.git/blobdiff - compat/lib/system.c
Cleaned up the external variables definition mess...
[dump.git] / compat / lib / system.c
index 3f94008d6cedcc2f3e36d7d97f1d828db4fb670a..6b73d63ef730db05ea2e269f431f8d63d5303d84 100644 (file)
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: system.c,v 1.1 2001/07/18 12:54:06 stelian Exp $";
+       "$Id: system.c,v 1.2 2001/08/13 16:17:52 stelian Exp $";
 #endif /* not lint */
 
 #include <config.h>
@@ -52,6 +52,7 @@ static const char rcsid[] =
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/wait.h>
+#include "system.h"
 
 /*
  * Executes the command in a shell.