aboutsummaryrefslogtreecommitdiffstats
path: root/include/mtp_pcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mtp_pcap.h')
-rw-r--r--include/mtp_pcap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mtp_pcap.h b/include/mtp_pcap.h
index 1b7334a..5e8f7d3 100644
--- a/include/mtp_pcap.h
+++ b/include/mtp_pcap.h
@@ -21,7 +21,7 @@
#ifndef mtp_pcap_h
#define mtp_pcap_h
-#include <sys/types.h>
+#include <stdint.h>
int mtp_pcap_write_header(int fd);
int mtp_pcap_write_msu(int fd, const uint8_t *data, int length);