*.c: malloc.h->stdlib.h

cute-signatures
Pierre Carrier 2013-04-18 01:59:35 +02:00 committed by Natanael Copa
parent 72cd34cf81
commit 61b4c443c9
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
#ifndef APK_HASH_H
#define APK_HASH_H
#include <malloc.h>
#include <stdlib.h>
#include "apk_defines.h"
#include "apk_blob.h"

View File

@ -15,7 +15,6 @@
#include <errno.h>
#include <fcntl.h>
#include <utime.h>
#include <malloc.h>
#include <string.h>
#include <unistd.h>
#include <sysexits.h>
@ -23,6 +22,7 @@
#include <sys/stat.h>
#include <limits.h>
#include <stdint.h>
#include <stdlib.h>
#include "apk_defines.h"
#include "apk_print.h"