Include config.h first thing.
This commit is contained in:
parent
ab29781122
commit
3b9ee81953
1 changed files with 2 additions and 2 deletions
|
@ -48,12 +48,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
*
|
||||
*/
|
||||
|
||||
#define NO_SHORTNAMES /* Tell config not to load remap.h */
|
||||
#include <../src/config.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/file.h>
|
||||
#include <errno.h>
|
||||
#define NO_SHORTNAMES /* Tell config not to load remap.h */
|
||||
#include <../src/config.h>
|
||||
#include <../src/syswait.h>
|
||||
|
||||
#ifdef MSDOS
|
||||
|
|
Loading…
Add table
Reference in a new issue