summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/sanity-cpp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sanity-cpp.cpp b/tests/sanity-cpp.cpp
index 452689345c..b34d83d469 100644
--- a/tests/sanity-cpp.cpp
+++ b/tests/sanity-cpp.cpp
@@ -26,13 +26,13 @@
#include <gnutls/gnutls.h>
#include <gnutls/gnutlsxx.h>
#include <iostream>
+#include <assert.h>
extern "C" {
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
-#include <assert.h>
#include "cert-common.h"
#include <setjmp.h>
#include <cmocka.h>