11 lines
231 B
Diff
11 lines
231 B
Diff
|
--- src/libtrace/libtrace.c
|
||
|
+++ src/libtrace/libtrace.c
|
||
|
@@ -23,6 +23,7 @@
|
||
|
#include <string.h>
|
||
|
#include <dlfcn.h>
|
||
|
#include <sys/types.h>
|
||
|
+#include <limits.h>
|
||
|
#include <unistd.h>
|
||
|
#include <sys/socket.h>
|
||
|
#include <netinet/in.h>
|