From 678e38f2b5e80797b31cbfa9af884edc4ad82690 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 10 Jan 2001 22:13:06 +0000 Subject: [PATCH] fix a header snafu --- source/net_chan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/net_chan.c b/source/net_chan.c index 0137be3..358e1ee 100644 --- a/source/net_chan.c +++ b/source/net_chan.c @@ -26,10 +26,10 @@ $Id$ */ -#ifndef _WIN32 #ifdef HAVE_CONFIG_H # include "config.h" #endif +#ifndef _WIN32 # include #else # include