]> git.wh0rd.org - dump.git/commitdiff
Eliminate unexistent prototype gcc warning.
authorStelian Pop <stelian@popies.net>
Fri, 15 Nov 2002 10:03:12 +0000 (10:03 +0000)
committerStelian Pop <stelian@popies.net>
Fri, 15 Nov 2002 10:03:12 +0000 (10:03 +0000)
compat/lib/rmtflags.c

index b009ff0170ed4ab72752baf225272ba2cb29bdc4..145d6d77b198a2ea05594e669d43dbdef833e51d 100644 (file)
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: rmtflags.c,v 1.1 2002/07/29 12:00:33 stelian Exp $";
+       "$Id: rmtflags.c,v 1.2 2002/11/15 10:03:12 stelian Exp $";
 #endif /* not linux */
 
 /*
@@ -53,6 +53,7 @@ static const char rcsid[] =
 #include <stdio.h>
 #include <stdlib.h>
 #include <malloc.h>
+#include <rmtflags.h>
 
 struct openflags {
        char    *name;