]> The Tcpdump Group git mirrors - tcpdump/blobdiff - aclocal.m4
From Albert Chin:
[tcpdump] / aclocal.m4
index d63b2023f366039fd52413018b7051aeb71e5e26..2d5e46a34b24eeaa2b06fa9f8930316c8d60a59a 100644 (file)
@@ -1,4 +1,4 @@
-dnl @(#) $Header: /tcpdump/master/tcpdump/aclocal.m4,v 1.106.2.1 2005-04-20 09:46:43 guy Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/aclocal.m4,v 1.106.2.2 2005-04-20 09:51:03 guy Exp $ (LBL)
 dnl
 dnl Copyright (c) 1995, 1996, 1997, 1998
 dnl    The Regents of the University of California.  All rights reserved.
@@ -523,6 +523,9 @@ AC_DEFUN(AC_LBL_CHECK_64BIT_FORMAT,
          [[
 #          ifdef HAVE_INTTYPES_H
            #include <inttypes.h>
+#          endif
+#          ifdef HAVE_SYS_BITYPES_H
+            #include <sys/bitypes.h>
 #          endif
            #include <stdio.h>
            #include <sys/types.h>