summaryrefslogtreecommitdiff
path: root/src/common.c
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-09-26 15:51:57 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-09-26 15:52:17 +0200
commit8073afa4572f75612e5e3357b3d3dda4257a1157 (patch)
treefb0028c6f1f4ae34f0c03098a6ba14e29dc1011f /src/common.c
parent6f905e3a6e6e62b322601f291224c36e871b15b3 (diff)
include config.h whenever we have it
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c
index 5fd98cb..edfe065 100644
--- a/src/common.c
+++ b/src/common.c
@@ -33,7 +33,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef WNT
+#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h>