summaryrefslogtreecommitdiffstats
path: root/polyp/packet.h
diff options
context:
space:
mode:
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;