added config.h includes
This commit is contained in:
parent
0116e2c449
commit
bf575744a7
4 changed files with 16 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "../../config.h"
|
||||
#endif // HAVE_CONFIG_H
|
||||
|
||||
#include "config.hh"
|
||||
|
||||
using std::string;
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
%{
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "../../config.h"
|
||||
#endif // HAVE_CONFIG_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "yacc_parser.hh"
|
||||
|
|
|
@ -20,6 +20,10 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "../../config.h"
|
||||
#endif // HAVE_CONFIG_H
|
||||
|
||||
#include "keytree.hh"
|
||||
#include "epist.hh"
|
||||
#include "config.hh"
|
||||
|
|
|
@ -20,6 +20,10 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "../../config.h"
|
||||
#endif // HAVE_CONFIG_H
|
||||
|
||||
extern "C" {
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in a new issue