blob: 5820b16b1a954970507308d7790089c8206b4baa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/libzrtpcpp/ZrtpPacketBase.h Fri Oct 6 13:49:31 2006
+++ src/libzrtpcpp/ZrtpPacketBase.h Fri Oct 6 13:49:55 2006
@@ -27,6 +27,7 @@
#include <stdint.h>
#include <string.h>
#include <malloc.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <libzrtpcpp/zrtpPacket.h>
|