projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add bitrate, frequency, and channels mood methods.
[paraslash.git]
/
exec.c
diff --git
a/exec.c
b/exec.c
index
7fc4ae0
..
b603809
100644
(file)
--- a/
exec.c
+++ b/
exec.c
@@
-5,12
+5,15
@@
*/
/** \file exec.c Helper functions for spawning new processes. */
*/
/** \file exec.c Helper functions for spawning new processes. */
+
+#include <regex.h>
#include <dirent.h>
#include <dirent.h>
+
#include "para.h"
#include "close_on_fork.h"
#include "error.h"
#include "para.h"
#include "close_on_fork.h"
#include "error.h"
-#include "string.h"
#include "fd.h"
#include "fd.h"
+#include "string.h"
/**
* Spawn a new process and redirect fd 0, 1, and 2.
/**
* Spawn a new process and redirect fd 0, 1, and 2.