commit | 642626096a694c6af279d25d2b1b2fba5b10ddfb | [log] [tgz] |
---|---|---|
author | Petr Machata <[email protected]> | Sat Jan 07 03:41:36 2012 +0100 |
committer | Petr Machata <[email protected]> | Wed Aug 29 19:02:07 2012 +0200 |
tree | 09bdd3219602049e767831d6370beb9b677aeda0 | |
parent | cd972587a4c0d14d764b3d0a43d75f5941db14cc [diff] [blame] |
Add backend.h for backend interfaces
diff --git a/execute_program.c b/execute_program.c index 55df205..f469b2f 100644 --- a/execute_program.c +++ b/execute_program.c
@@ -14,7 +14,9 @@ #include <pwd.h> #include <grp.h> -#include "common.h" +#include "backend.h" +#include "options.h" +#include "debug.h" static void change_uid(const char * command)