diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/oui.c | 2 | ||||
-rw-r--r-- | common/sdp-xml.c | 1 | ||||
-rw-r--r-- | common/textfile.c | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/common/oui.c b/common/oui.c index a9c4af5a..0915afdf 100644 --- a/common/oui.c +++ b/common/oui.c @@ -29,7 +29,7 @@ #include <errno.h> #include <fcntl.h> #include <unistd.h> -#include <malloc.h> +#include <stdlib.h> #include <string.h> #include <sys/stat.h> #include <sys/mman.h> diff --git a/common/sdp-xml.c b/common/sdp-xml.c index 2cc55c2d..1e1e07c3 100644 --- a/common/sdp-xml.c +++ b/common/sdp-xml.c @@ -28,7 +28,6 @@ #include <stdio.h> #include <errno.h> #include <ctype.h> -#include <malloc.h> #include <string.h> #include <limits.h> #include <stdlib.h> diff --git a/common/textfile.c b/common/textfile.c index 021fc8fb..eef0f96a 100644 --- a/common/textfile.c +++ b/common/textfile.c @@ -31,7 +31,7 @@ #include <ctype.h> #include <fcntl.h> #include <unistd.h> -#include <malloc.h> +#include <stdlib.h> #include <string.h> #include <sys/file.h> #include <sys/stat.h> |