blob: c0e6d94a301cc1343fa77e3ebaf6879c5f9c51f8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/linux_ulog.h
+++ b/linux_ulog.h
@@ -8,6 +8,7 @@
#include <pthread.h>
#include <iostream>
#include <sys/types.h>
+#include <unistd.h> /* getpid() */
#include <sys/socket.h>
/// linux specific headers!
|