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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/util/opresolv.c b/src/lib/util/opresolv.c
index 4d093a955da..d275e47d03b 100644
--- a/src/lib/util/opresolv.c
+++ b/src/lib/util/opresolv.c
@@ -6,7 +6,6 @@
****************************************************************************/
-#include <assert.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
@@ -15,6 +14,8 @@
#include "corestr.h"
#include "opresolv.h"
+#include <assert.h>
+
enum resolution_entry_state
{
RESOLUTION_ENTRY_STATE_UNSPECIFIED,