Fix: add missing semicolons after MSG, DBG, ERR print macros
[lttng-tools.git] / src / common / runas.c
index 21490ac4dec6d7ae35ecf35001a12e9b43b1d2eb..2a71f586cdccf99546ca57dbf18691fb3da26348 100644 (file)
@@ -36,7 +36,8 @@
 #include <common/utils.h>
 #include <common/compat/getenv.h>
 #include <common/compat/prctl.h>
-#include <common/sessiond-comm/unix.h>
+#include <common/unix.h>
+#include <common/defaults.h>
 
 #include "runas.h"
 
@@ -170,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.023072 seconds and 4 git commands to generate.