diff options
author | root <root> | 2007-11-12 18:36:42 +0000 |
---|---|---|
committer | root <root> | 2007-11-12 18:36:42 +0000 |
commit | a04347e5cbe92a5f99231dcdb3d7d0f474bad401 (patch) | |
tree | 302ed656458c34aa165307a563e6861e27b43839 /event_compat.h | |
parent | 42d2222c89438fb21dc75622c71c99e2eb2f195f (diff) |
workaround for solaris 9's lack of standard C language header files
Diffstat (limited to 'event_compat.h')
-rw-r--r-- | event_compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/event_compat.h b/event_compat.h index 84ca5bf..38fd3dc 100644 --- a/event_compat.h +++ b/event_compat.h @@ -32,7 +32,7 @@ extern "C" { #include <sys/types.h> #endif #include <sys/time.h> -#include <stdint.h> +#include <inttypes.h> #include <stdarg.h> #ifdef WIN32 |