Normalize .may_include to always have paths, and paths to include

This commit is contained in:
Nick Mathewson
2018-11-06 20:27:43 -05:00
parent c0a7527eb8
commit e429e31ad1
26 changed files with 40 additions and 41 deletions
+2 -2
View File
@@ -14,10 +14,10 @@
/* Inline the strl functions if the platform doesn't have them. */
#ifndef HAVE_STRLCPY
#include "strlcpy.c"
#include "ext/strlcpy.c"
#endif
#ifndef HAVE_STRLCAT
#include "strlcat.c"
#include "ext/strlcat.c"
#endif
#include <stdlib.h>