Eo tests: Add the needed define for accessing protected calls. (2)

I don't know how came I missed that one the last time.
This commit is contained in:
Tom Hacohen 2015-05-06 18:03:57 +01:00
parent 6cb22bae35
commit 663ea6cf53
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# include <config.h>
#endif
#define EO_BASE_PROTECTED
#include "Eo.h"
#include "composite_objects_simple.h"
#include "composite_objects_comp.h"