summaryrefslogtreecommitdiffstats
path: root/polyp/packet.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-11-01 23:37:36 +0000
committerLennart Poettering <lennart@poettering.net>2004-11-01 23:37:36 +0000
commitcd3ba7d0f745f8063cc018aeca320939ef3cd637 (patch)
tree381934f8a85391e6125fe1f7b9cd5e4217c5ec5e /polyp/packet.h
parent899788b4c5e23af9dabfb98c5f864c2f933804f4 (diff)
Apply Joe Marcus Clarke's FreeBSD patches
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@269 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/packet.h')
-rw-r--r--polyp/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/packet.h b/polyp/packet.h
index 8bea07e1..8f5cb835 100644
--- a/polyp/packet.h
+++ b/polyp/packet.h
@@ -23,7 +23,7 @@
***/
#include <sys/types.h>
-#include <stdint.h>
+#include <inttypes.h>
struct pa_packet {
enum { PA_PACKET_APPENDED, PA_PACKET_DYNAMIC } type;