Fix: missing include ctype.h for isdigit()
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 497f4ee97e7dea8cac8afa20a20f42130e00700a..578ab2ffad92329b584c5494e5b51135635e5c1f 100644 (file)
@@ -37,6 +37,7 @@
 #include <sys/wait.h>
 #include <urcu/uatomic.h>
 #include <unistd.h>
+#include <ctype.h>
 
 #include <common/common.h>
 #include <common/compat/socket.h>
This page took 0.022568 seconds and 4 git commands to generate.