Skip to content

Commit ac5b009

Browse files
author
Michael Stahl
committed
some missing #include win32_rasqal_config.h
1 parent b4f5210 commit ac5b009

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/rasqal_ntriples.c

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
#include <rasqal_config.h>
2626
#endif
2727

28+
#ifdef WIN32
29+
#include <win32_rasqal_config.h>
30+
#endif
31+
2832
#include <stdio.h>
2933
#include <string.h>
3034
#include <ctype.h>

src/sv_config.h

+4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
extern "C" {
3030
#endif
3131

32+
#ifdef WIN32
33+
#include <win32_rasqal_config.h>
34+
#else
3235
#include <rasqal_config.h>
36+
#endif
3337

3438
#define sv_new rasqal_sv_new
3539
#define sv_free rasqal_sv_free

0 commit comments

Comments
 (0)