summaryrefslogtreecommitdiff
path: root/framebuffer
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer')
-rw-r--r--framebuffer/fbtk/bitmap.c2
-rw-r--r--framebuffer/fbtk/fill.c2
-rw-r--r--framebuffer/fbtk/text.c2
-rw-r--r--framebuffer/fbtk/user.c2
-rw-r--r--framebuffer/fbtk/window.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/framebuffer/fbtk/bitmap.c b/framebuffer/fbtk/bitmap.c
index af2311287..052d629b8 100644
--- a/framebuffer/fbtk/bitmap.c
+++ b/framebuffer/fbtk/bitmap.c
@@ -19,7 +19,7 @@
*/
#include <stdbool.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <libnsfb.h>
#include <libnsfb_plot.h>
diff --git a/framebuffer/fbtk/fill.c b/framebuffer/fbtk/fill.c
index ce16b5bcf..07397b2df 100644
--- a/framebuffer/fbtk/fill.c
+++ b/framebuffer/fbtk/fill.c
@@ -19,7 +19,7 @@
*/
#include <stdbool.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <libnsfb.h>
#include <libnsfb_plot.h>
diff --git a/framebuffer/fbtk/text.c b/framebuffer/fbtk/text.c
index ed090fe36..fff35bba4 100644
--- a/framebuffer/fbtk/text.c
+++ b/framebuffer/fbtk/text.c
@@ -19,7 +19,7 @@
*/
#include <stdbool.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <libnsfb.h>
diff --git a/framebuffer/fbtk/user.c b/framebuffer/fbtk/user.c
index 7b0f36ef7..7a06a69a8 100644
--- a/framebuffer/fbtk/user.c
+++ b/framebuffer/fbtk/user.c
@@ -18,7 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <malloc.h>
+#include <stdlib.h>
#include <libnsfb.h>
diff --git a/framebuffer/fbtk/window.c b/framebuffer/fbtk/window.c
index a2c9227e6..787dac720 100644
--- a/framebuffer/fbtk/window.c
+++ b/framebuffer/fbtk/window.c
@@ -19,7 +19,7 @@
*/
#include <stdbool.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <libnsfb.h>
#include <libnsfb_plot.h>