diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-11 00:06:32 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-11 00:06:32 -0400 |
commit | 428f9d817f805f18b9bfca7fef980b2fed6a1cc8 (patch) | |
tree | 91cdc889ee4f7793bae664dc9b2efc7603f0f897 /src/test/test-bitmap.c | |
parent | 958d9a4d54c665b5a393a5df76c7c2296d0987f8 (diff) |
./tools/notsd-move
Diffstat (limited to 'src/test/test-bitmap.c')
-rw-r--r-- | src/test/test-bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-bitmap.c b/src/test/test-bitmap.c index ff22117745..b18bcef9ae 100644 --- a/src/test/test-bitmap.c +++ b/src/test/test-bitmap.c @@ -17,7 +17,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include "bitmap.h" +#include "basic/bitmap.h" int main(int argc, const char *argv[]) { _cleanup_bitmap_free_ Bitmap *b = NULL, *b2 = NULL; |