libapk, apk(8): fix header inclusion issues with musl's headers
parent
a2d873a77c
commit
78ee4267cd
|
@ -11,6 +11,7 @@
|
|||
#ifndef APK_IO
|
||||
#define APK_IO
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <openssl/evp.h>
|
||||
|
||||
#include "apk_defines.h"
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
#include <unistd.h>
|
||||
#include <dirent.h>
|
||||
#include <fnmatch.h>
|
||||
#include <limits.h>
|
||||
#include <sys/stat.h>
|
||||
#include "apk_applet.h"
|
||||
#include "apk_database.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <printf.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "apk_blob.h"
|
||||
#include "apk_hash.h"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include <stdio.h>
|
||||
#include <dirent.h>
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "apk_defines.h"
|
||||
#include "apk_applet.h"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include "apk_defines.h"
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "apk_applet.h"
|
||||
#include "apk_database.h"
|
||||
|
|
Loading…
Reference in New Issue