]> git.wh0rd.org - dump.git/blobdiff - common/dumprmt.c
Cleaned up the external variables definition mess...
[dump.git] / common / dumprmt.c
index 12d60fca7408197dc3bec5d363e85d68a484ec0a..941f7dd74163b2fad6d670dc3c2a6815bad8d1d8 100644 (file)
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: dumprmt.c,v 1.17 2001/06/18 10:58:28 stelian Exp $";
+       "$Id: dumprmt.c,v 1.18 2001/08/13 16:17:52 stelian Exp $";
 #endif /* not lint */
 
 #include <config.h>
@@ -89,8 +89,8 @@ static const char rcsid[] =
 #include <ext2fs/ext2fs.h>
 #endif
 
-#include "pathnames.h"
-#include "dump.h"
+#include <pathnames.h>
+#include "dump.h"      /* for X_STARTUP, X_ABORT etc */
 
 #define        TS_CLOSED       0
 #define        TS_OPEN         1