[dvblast-devel] [Git][videolan/dvblast][master] Include sys/types.h to avoid errors
Massiot
gitlab at videolan.org
Mon Apr 10 20:09:41 CEST 2017
Massiot pushed to branch master at videolan / dvblast
Commits:
12f1863d by Christophe Massiot at 2017-04-10T17:16:47+02:00
Include sys/types.h to avoid errors
Spotted by Pavel Löbl.
- - - - -
1 changed file:
- dvblast.h
Changes:
=====================================
dvblast.h
=====================================
--- a/dvblast.h
+++ b/dvblast.h
@@ -23,6 +23,7 @@
#include <netdb.h>
#include <sys/socket.h>
+#include <sys/types.h> /* u_int16_t */
#include <netinet/udp.h>
#include <netinet/in.h>
#include <netinet/ip.h>
View it on GitLab: https://code.videolan.org/videolan/dvblast/commit/12f1863d17f470ae11c46a8aacb6a1b6f8ddc5d5
More information about the dvblast-devel
mailing list