diff options
Diffstat (limited to 'tests/spawn_test.cpp')
-rw-r--r-- | tests/spawn_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spawn_test.cpp b/tests/spawn_test.cpp index 84df16d58..86175f927 100644 --- a/tests/spawn_test.cpp +++ b/tests/spawn_test.cpp @@ -20,7 +20,7 @@ #include <fcntl.h> #include <gtest/gtest.h> -#include "ScopedSignalHandler.h" +#include "SignalUtils.h" #include "utils.h" #include <android-base/file.h> |