Skip to content

Commit 613328a

Browse files
add missing headers
1 parent df3c6cf commit 613328a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/logic/cstring.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* -----------------------------------------------------------------------------
1313
*/
1414
#include "fossil/io/cstring.h"
15+
#include <ctype.h>
16+
#include <stdlib.h>
1517

1618
// ============================================================================
1719
// C String Functions

0 commit comments

Comments
 (0)