Skip to content
Snippets Groups Projects
Commit f8ddc90f authored by deuce's avatar deuce
Browse files

#include <string.h> for strchr() and strlen()

parent 3a6fed4a
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@
* Note: If this box doesn't appear square, then you need to fix your tabs. *
****************************************************************************/
#include <string.h>
#include "semfile.h"
#include "filewrap.h"
#include "dirwrap.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment