Fix: location of various standard headers
[lttng-tools.git] / src / common / runas.c
index b4828ad608604935f3db7c7a3d7967c84fe2451a..7a6be2837d688ec2829a706d83f4153657464dfe 100644 (file)
@@ -28,7 +28,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <sched.h>
-#include <sys/signal.h>
+#include <signal.h>
 #include <assert.h>
 #include <signal.h>
 
@@ -171,7 +171,7 @@ run_as_fct run_as_enum_to_fct(enum run_as_cmd cmd)
        case RUN_AS_MKDIR_RECURSIVE:
                return _mkdir_recursive;
        default:
-               ERR("Unknown command %d", (int) cmd)
+               ERR("Unknown command %d", (int) cmd);
                return NULL;
        }
 }
This page took 0.026357 seconds and 5 git commands to generate.