Apply build system fixes for OpenBSD contributed by George Koehler.

This commit is contained in:
David Given
2013-05-18 12:15:53 +01:00
parent 9a513e8ef3
commit c18a82ec40
5 changed files with 12 additions and 6 deletions

View File

@@ -6,6 +6,7 @@
/* PARSER ERROR ADMINISTRATION */
#include <alloc.h>
#include "idf.h"
#include "arith.h"
#include "LLlex.h"
#include "Lpars.h"

View File

@@ -11,6 +11,7 @@
#include <alloc.h>
#include "class.h"
#include "macro.h"
#include "idf.h"
#include "arith.h"
#include "sizes.h"
#include "align.h"