Skip to content
Snippets Groups Projects
Commit a58d8820 authored by Moe Jette's avatar Moe Jette
Browse files

Was reporting undefined strcmp, added include <string.h>

parent 240787ca
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <src/common/xmalloc.h>
#include <src/common/xassert.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