stdint fixes

This commit is contained in:
Ron Pedde
2006-11-14 05:29:32 +00:00
parent 654d0fe685
commit 758c0c6245
17 changed files with 152 additions and 98 deletions

View File

@@ -57,6 +57,9 @@
#include <pthread.h>
#include <signal.h>
#include <stdarg.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>