mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-03 06:04:38 +00:00
10 lines
228 B
Diff
10 lines
228 B
Diff
diff --git a/tests/check_utils.c b/tests/check_utils.c
|
|
index 7229e4b..a422af4 100644
|
|
--- a/tests/check_utils.c
|
|
+++ b/tests/check_utils.c
|
|
@@ -1,3 +1,4 @@
|
|
+#include "../config.h"
|
|
#include <stdlib.h>
|
|
|
|
#include "../src/tailor.h"
|