mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-07-27 11:08:49 +02:00
#include <config.h> when present
git-svn-id: file:///home/jj/hercules.svn/trunk@350 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
|| ----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -9,6 +9,10 @@
|
||||
|| ----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "hetlib.h"
|
||||
#include "sllib.h"
|
||||
#include "hercules.h"
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
|| ----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
Reference in New Issue
Block a user