diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-06 20:27:43 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-14 16:07:35 -0500 |
commit | e429e31ad1c3000d814f3172fcd3f7c433ee3219 (patch) | |
tree | 9bcd3f344b7cb4e2e6e38155f5a51e70ac497ae8 /src/lib/process | |
parent | c0a7527eb8590b39f11dd8b0ae18794dfc63a934 (diff) | |
download | tor-e429e31ad1c3000d814f3172fcd3f7c433ee3219.tar.gz tor-e429e31ad1c3000d814f3172fcd3f7c433ee3219.zip |
Normalize .may_include to always have paths, and paths to include
Diffstat (limited to 'src/lib/process')
-rw-r--r-- | src/lib/process/.may_include | 2 | ||||
-rw-r--r-- | src/lib/process/waitpid.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/process/.may_include b/src/lib/process/.may_include index a2d57a52f3..3a5d849fe7 100644 --- a/src/lib/process/.may_include +++ b/src/lib/process/.may_include @@ -15,4 +15,4 @@ lib/subsys/*.h lib/testsupport/*.h lib/thread/*.h -ht.h
\ No newline at end of file +ext/ht.h
\ No newline at end of file diff --git a/src/lib/process/waitpid.c b/src/lib/process/waitpid.c index 32ba4530da..46d30bf50e 100644 --- a/src/lib/process/waitpid.c +++ b/src/lib/process/waitpid.c @@ -16,7 +16,7 @@ #include "lib/log/log.h" #include "lib/log/util_bug.h" #include "lib/malloc/malloc.h" -#include "ht.h" +#include "ext/ht.h" #ifdef HAVE_SYS_WAIT_H #include <sys/wait.h> |