Fix CXX_BUILD.

This commit is contained in:
Themaister 2013-02-08 12:05:22 +01:00
parent 202e204fd7
commit 3efd600dec

View File

@ -21,6 +21,10 @@
#include "config.h"
#endif
#ifdef __cplusplus
extern "C" {
#endif
#include "boolean.h"
#include <stdint.h>
typedef unsigned long long rarch_perf_tick_t;
@ -94,5 +98,9 @@ void rarch_get_cpu_features(struct rarch_cpu_features *cpu);
#endif
#ifdef __cplusplus
}
#endif
#endif