Explorar el Código

examples/ipc_server: add missing include

ambrop7 hace 15 años
padre
commit
e3652c37aa
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      examples/ipc_server.c

+ 1 - 0
examples/ipc_server.c

@@ -27,6 +27,7 @@
 
 #include <misc/debug.h>
 #include <misc/offset.h>
+#include <structure/LinkedList2.h>
 #include <system/DebugObject.h>
 #include <system/BLog.h>
 #include <ipc/BIPCServer.h>