If we're going to use a handle for the data handle, we need to get a
[obnox/wireshark/wip.git] / snprintf.h
index bea1a4f75f914940fbedab5655adeaec5992e5c9..b1553e4349643c68e3d4872d96330d4b2e658d1b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: snprintf.h,v 1.8 2002/08/02 23:36:07 jmayer Exp $
+ * $Id$
  */
 
 #ifndef __ETHEREAL_SNPRINTF_H__
 #endif
 
 /* for size_t */
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
+
 extern int vsnprintf(char *string, size_t length, const char * format,
   va_list args);