blob: 71b7d6814c47c23b08bb12db66319dac682d65c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- smbval/session.inc.c.orig Wed Sep 26 12:40:51 2007
+++ smbval/session.inc.c Wed Sep 26 12:41:45 2007
@@ -21,7 +21,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 675 Mass Ave, Cambridge, MA 02139, USA. */
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
static int RFCNB_errno = 0;
|