summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/opresolv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/opresolv.c')
-rw-r--r--src/lib/util/opresolv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/opresolv.c b/src/lib/util/opresolv.c
index 4d093a955da..b7870842b08 100644
--- a/src/lib/util/opresolv.c
+++ b/src/lib/util/opresolv.c
@@ -6,10 +6,10 @@
****************************************************************************/
-#include <assert.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
+#include <assert.h>
#include "pool.h"
#include "corestr.h"