Stephen Kelly ee38062be8 IncludeDirectories: Respect SYSTEM flag when using CONFIG genex.
Update the Makefile and Ninja generators to use the config when
requesting the include flags.
2015-01-23 00:08:18 +01:00

10 lines
91 B
C++

#include "upstream.h"
#include "config_iface.h"
int consumer()
{
return upstream();
}