]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add strfncs.h include for conda.c
authorMichael Schroeder <mls@suse.de>
Fri, 12 Apr 2019 12:07:05 +0000 (14:07 +0200)
committerMichael Schroeder <mls@suse.de>
Fri, 12 Apr 2019 12:07:05 +0000 (14:07 +0200)
src/conda.c

index 8db098ee4e5cb1a654a38e5db214b505ec54c5f3..701523e0e4c0a2f5e3235353bbee871998969677 100644 (file)
 #include "util.h"
 #include "conda.h"
 
+#ifdef _WIN32
+#include "strfncs.h"
+#endif
+
 static const char *
 endseg(const char *seg, const char *end)
 {