summaryrefslogtreecommitdiff
path: root/wsutil/crc16.c
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/crc16.c')
-rw-r--r--wsutil/crc16.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/wsutil/crc16.c b/wsutil/crc16.c
index 54aa6fda6c..f7a7a92b66 100644
--- a/wsutil/crc16.c
+++ b/wsutil/crc16.c
@@ -31,9 +31,7 @@
* DCEs using asynchronous-to-synchronous conversion", Para. 8.1.1.6.1
*/
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "config.h"
#include <glib.h>
#include <wsutil/crc16.h>