Fix: missing include ctype.h for isdigit()
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 4623579e809ac8d5cb8e59e93f6447077d24b875..c8e4e538640afa560fa3af8bb9c14ceb1ebf5284 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.0253 seconds and 4 git commands to generate.