Use system include path in wrappers
[lttng-modules.git] / wrapper / fdtable.c
index a44beb5521888da9043a3dd23125690194181e98..ef39ba6320c9bd277d7fbf07907d5847eeb39b01 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <linux/version.h>
 #include <linux/spinlock.h>
-#include "fdtable.h"
+#include <wrapper/fdtable.h>
 
 #if (LINUX_VERSION_CODE < KERNEL_VERSION(3,7,0))
 
This page took 0.024671 seconds and 4 git commands to generate.