summaryrefslogtreecommitdiff
path: root/ident.c
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-03-15 18:44:06 -0300
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-04-24 19:49:11 -0700
commit5ca409f025fb35a20ab1ef4742a9034a36e3d959 (patch)
tree89428fe54416315e87aabc19b993c1c87b87118b /ident.c
parent47ec1e2697eb856f823cc1b488c6b5a1d2077df9 (diff)
Compile warning fixes.
Include headers for proper prototypes and "ansify" makeHashTable. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'ident.c')
-rw-r--r--ident.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ident.c b/ident.c
index 18402d2..80452e6 100644
--- a/ident.c
+++ b/ident.c
@@ -29,6 +29,7 @@
#include <stdlib.h>
#include <string.h>
#include "zlib.h"
+#include "ident.h"
#define PCF_VERSION (('p'<<24)|('c'<<16)|('f'<<8)|1)
#define PCF_PROPERTIES (1 << 0)