Fix macOS includes

Recent code movement from refactoring missed some includes that seem
to be necessary on macOS.
This commit is contained in:
Taylor Yu
2018-06-28 17:15:53 -05:00
parent be40ad51b6
commit f9e22c68a0
5 changed files with 9 additions and 3 deletions
+1
View File
@@ -15,6 +15,7 @@
#endif
#include <stdlib.h>
#include <string.h>
/** Helper for tor_strtok_r_impl: Advances cp past all characters in
* <b>sep</b>, and returns its new value. */