1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

examples: malloc is declared in <stdlib.h>

This commit is contained in:
Volker Lendecke 2011-12-30 09:55:55 +01:00 committed by Volker Lendecke
parent d5e4f9a085
commit 64e84e7cb4

View File

@ -5,7 +5,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <malloc.h>
#include <string.h>
#include <libsmbclient.h>