diff options
Diffstat (limited to 'pop2.c')
-rw-r--r-- | pop2.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |