aboutsummaryrefslogtreecommitdiffstats
path: root/pop2.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop2.c')
-rw-r--r--pop2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pop2.c b/pop2.c
index 8615c59a..dbb37284 100644
--- a/pop2.c
+++ b/pop2.c
@@ -5,7 +5,8 @@
* For license terms, see the file COPYING in this directory.
*/
-#include <config.h>
+#include "config.h"
+
#ifdef POP2_ENABLE
#include <stdio.h>
#if defined(STDC_HEADERS)