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

index 561c789f8eb5b812fc1cd0feddde52f7a4024aa5..dc60aa49ca47bb17eadae1bc80e1e98271370f87 100644 (file)
 #endif
 #include "repodata_diskusage.h"
 
+#ifdef _WIN32
+#include "strfncs.h"
+#endif
+
 struct datashare {
   Id name;
   Id evr;