summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--run-command.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/run-command.h b/run-command.h
index 3932420..9b7f382 100644
--- a/run-command.h
+++ b/run-command.h
@@ -1,9 +1,7 @@
#ifndef RUN_COMMAND_H
#define RUN_COMMAND_H
-#ifndef NO_PTHREADS
-#include <pthread.h>
-#endif
+#include "thread-utils.h"
#include "argv-array.h"