summaryrefslogtreecommitdiffstats
path: root/src/polypcore/pid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/pid.c')
-rw-r--r--src/polypcore/pid.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/polypcore/pid.c b/src/polypcore/pid.c
index ae3dc7f5..3f33365a 100644
--- a/src/polypcore/pid.c
+++ b/src/polypcore/pid.c
@@ -39,9 +39,10 @@
#include <windows.h>
#endif
+#include <polypcore/util.h>
+#include <polypcore/log.h>
+
#include "pid.h"
-#include "util.h"
-#include "log.h"
/* Read the PID data from the file descriptor fd, and return it. If no
* pid could be read, return 0, on failure (pid_t) -1 */