How about we include libev before using the structs from libev?

This commit is contained in:
Toon Schoenmakers 2015-12-30 16:04:34 +01:00
parent d6f6dba660
commit 09ad7b6cf4
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@
*/ */
#pragma once #pragma once
/**
* Dependencies
*/
#include <ev.h>
/** /**
* Set up namespace * Set up namespace
*/ */