diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-13 16:41:31 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-13 16:41:31 -0400 |
commit | d3f2bd38c85b5e9484dbe55094e53a561fb46b6e (patch) | |
tree | fda125cd5c1243c0750dc814f4cc0b0adcdaf28d /src/test/test-watchdog.c | |
parent | 85ac1aeee9bfd78f017f4f2bf73629c3456f2775 (diff) |
./tools/notsd-move
Diffstat (limited to 'src/test/test-watchdog.c')
-rw-r--r-- | src/test/test-watchdog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test-watchdog.c b/src/test/test-watchdog.c index e3c19647fc..64814fc174 100644 --- a/src/test/test-watchdog.c +++ b/src/test/test-watchdog.c @@ -19,8 +19,8 @@ #include <unistd.h> -#include "log.h" -#include "watchdog.h" +#include "basic/log.h" +#include "shared/watchdog.h" int main(int argc, char *argv[]) { usec_t t = 10 * USEC_PER_SEC; |