switch from typeof to the more portable __typeof__
[project/libubox.git] / examples / ustream-example.c
index 88c7381..3db56c4 100644 (file)
@@ -5,6 +5,7 @@
 #include <getopt.h>
 #include <stdlib.h>
 #include <string.h>
+#include <unistd.h>
 
 #include "ustream.h"
 #include "uloop.h"