dect
/
libpcap
Archived
13
0
Fork 0

Added a couple missing definitions.

This commit is contained in:
gianluca 2008-12-21 10:18:10 +00:00
parent 2377722dc6
commit c93e0966e1
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ typedef unsigned short u_int64_t;
#else /* XXX */
#error "there's no appropriate type for u_int64_t"
#endif
#define HAVE_U_INT64_T 1
#define HAVE_INT64_T 1
#endif /* HAVE_U_INT64_T */