diff options
author | Dylan Baker <[email protected]> | 2018-05-17 11:33:35 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-10-10 16:33:04 -0700 |
commit | 474d6f8e08a1363d6e0766fb59b8a64525ae2aec (patch) | |
tree | 39963558ea25b2856c16891c1229ed961af65247 /src/util | |
parent | 7ef85a0d92871b5ec555846bb091c246b5c4baf5 (diff) |
util/xmlconfig: include strndup.h for windows
Reviewed-by: Eric Engestrom <[email protected]>
Acked-by: Kristian H. Kristensen <[email protected]>
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/xmlconfig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/xmlconfig.c b/src/util/xmlconfig.c index 64363522d2f..27db6c2ec10 100644 --- a/src/util/xmlconfig.c +++ b/src/util/xmlconfig.c @@ -43,6 +43,7 @@ #include <dirent.h> #include <fnmatch.h> #include <regex.h> +#include "strndup.h" #include "xmlconfig.h" #include "u_process.h" |