fork
Configure Feed
Select the types of activity you want to include in your feed.
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
fork
Configure Feed
Select the types of activity you want to include in your feed.
1From bfdb6b8f87cc1cae9ba47870ff23deae0bb8ba51 Mon Sep 17 00:00:00 2001
2From: Al <albarrentine@gmail.com>
3Date: Sun, 17 Dec 2017 20:17:01 -0500
4Subject: [PATCH] [test] adding header to fix warning
5
6---
7 test/test_expand.c | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/test/test_expand.c b/test/test_expand.c
11index 59ed9af7..2b211728 100644
12--- a/test/test_expand.c
13+++ b/test/test_expand.c
14@@ -4,6 +4,7 @@
15 #include <stdarg.h>
16
17 #include "greatest.h"
18+#include "../src/string_utils.h"
19 #include "../src/libpostal.h"
20
21 SUITE(libpostal_expansion_tests);
22--
232.42.0
24