Fix: use limits.h in ust-elf test
[lttng-ust.git] / tests / ust-elf / prog.c
index da4f3963edbb30ce5b1664b5325a13366ad66e14..4036563ae44b9fa6dd8a7f32a8c1b63b41b1e23d 100644 (file)
@@ -16,7 +16,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#include <linux/limits.h>
+#include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
This page took 0.022052 seconds and 4 git commands to generate.