1
0
mirror of https://github.com/PDP-10/klh10.git synced 2026-04-04 21:07:36 +00:00

cenv.h must be the first include so _FILE_OFFSET_BITS can affect system include files.

This commit is contained in:
John Forecast
2018-04-09 11:23:40 -04:00
parent d24efb8404
commit dad5719aeb

View File

@@ -25,6 +25,8 @@
/* Loads executables into physical memory.
*/
#include "cenv.h"
#include <stdio.h>
#include <stdlib.h> /* Malloc and friends */
#include <string.h>