aboutsummaryrefslogtreecommitdiffstats
path: root/src/diagnostic/diagnostic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/diagnostic/diagnostic.c')
-rw-r--r--src/diagnostic/diagnostic.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/diagnostic/diagnostic.c b/src/diagnostic/diagnostic.c
index 58a0292..638df52 100644
--- a/src/diagnostic/diagnostic.c
+++ b/src/diagnostic/diagnostic.c
@@ -18,11 +18,12 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#include "diagnostic_private.h"
+
#include <string.h>
#include <time.h>
#include "rin/diagnostic.h"
#include "rin/definitions.h"
-#include "diagnostic_private.h"
static struct iostate {
FILE *err;