Commit 8c530f36 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Include std lib headers before cunit header file

parent 683253e3
......@@ -24,10 +24,10 @@
*/
#include "nghttp2_buffer_test.h"
#include <CUnit/CUnit.h>
#include <stdio.h>
#include <CUnit/CUnit.h>
#include "nghttp2_buffer.h"
#include "nghttp2_net.h"
......
......@@ -24,11 +24,11 @@
*/
#include "nghttp2_session_test.h"
#include <CUnit/CUnit.h>
#include <stdio.h>
#include <assert.h>
#include <CUnit/CUnit.h>
#include "nghttp2_session.h"
#include "nghttp2_stream.h"
#include "nghttp2_net.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment