summaryrefslogtreecommitdiff
path: root/comms/openobex/files/patch-src-obex.h
blob: 59d2835dbbb956112297c3a4ebe992ce1e0b678b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/obex.h.orig	Wed Oct  1 13:17:13 2003
+++ src/obex.h	Mon Mar 22 11:11:11 2004
@@ -30,7 +30,7 @@
 #ifndef OBEX_H
 #define OBEX_H
 
-#include <stdint.h>
+#include <sys/types.h>
 
 #ifdef _WIN32
 #include <winsock.h>