Include stdlib.h rather than malloc.h

This commit is contained in:
Michael Brown
2007-01-18 20:06:03 +00:00
parent d12770e254
commit 5ff23aa406
6 changed files with 7 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#include <curses.h>
#include <stddef.h>
#include <malloc.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "mucurses.h"

View File

@@ -1,6 +1,6 @@
#include <curses.h>
#include <stddef.h>
#include <malloc.h>
#include <stdlib.h>
#include "mucurses.h"
/** @file