Skip to content
Snippets Groups Projects
Commit 193cc007 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

The local types.h must be include before standard includes.

It defines _GNU_SOURCE, which is needed on Linux for some
includes.
parent 40a5aa75
No related branches found
No related tags found
No related merge requests found
......@@ -26,11 +26,11 @@
#ifndef __PACKET_H__
#define __PACKET_H__
#include "types.h"
#include <stddef.h>
#include <sys/time.h>
#include "types.h"
#include "assert.h"
#include "gre.h"
#include "header.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment