mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Normalize .may_include to always have paths, and paths to include
This commit is contained in:
@@ -6,5 +6,5 @@ lib/malloc/*.h
|
||||
lib/ctime/*.h
|
||||
lib/string/*.h
|
||||
|
||||
strlcat.c
|
||||
strlcpy.c
|
||||
ext/strlcat.c
|
||||
ext/strlcpy.c
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user