diff options
Diffstat (limited to 'libgfortran/runtime/memory.c')
-rw-r--r-- | libgfortran/runtime/memory.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libgfortran/runtime/memory.c b/libgfortran/runtime/memory.c index 7407486b696..d84d32200bd 100644 --- a/libgfortran/runtime/memory.c +++ b/libgfortran/runtime/memory.c @@ -28,9 +28,8 @@ License along with libgfortran; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "config.h" -#include <stdlib.h> #include "libgfortran.h" +#include <stdlib.h> /* If GFC_CLEAR_MEMORY is defined, the memory allocation routines will return memory that is guaranteed to be set to zero. This can have |