fix path for config.h

This commit is contained in:
Vítor Santos Costa 2011-11-12 12:18:57 +00:00
parent 8f7983b6c4
commit 074a9a754f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ extern "C" {
//=== includes =============================================================== //=== includes ===============================================================
#ifdef _YAP_NOT_INSTALLED_ #ifdef _YAP_NOT_INSTALLED_
#include "config.h" #include "src/config.h"
#ifdef __cplusplus #ifdef __cplusplus
} }