14 lines
304 B
Plaintext
14 lines
304 B
Plaintext
$NetBSD: patch-ad,v 1.1 2007/08/05 18:57:06 joerg Exp $
|
|
|
|
--- src/tX_flash.c.orig 2007-08-05 18:26:20.000000000 +0000
|
|
+++ src/tX_flash.c
|
|
@@ -28,7 +28,7 @@
|
|
#include "tX_flash.h"
|
|
#include "tX_types.h"
|
|
#include "tX_global.h"
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
|
|
#ifndef WIN32
|
|
#include <unistd.h>
|