* Added inclusion of "config.h"
pull/1/head
David Freese 2012-12-08 11:03:44 -06:00
rodzic 836c5c3311
commit 2004343286
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -24,6 +24,9 @@
#ifndef UTIL_H
#define UTIL_H
// include the system defines
#include "config.h"
#ifdef __cplusplus
extern "C" {
#endif