mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 00:08:50 -05:00
include changes so that this compiles
This commit is contained in:
parent
9481022286
commit
505155d995
@ -28,9 +28,14 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include "alpm.h"
|
||||
#include "list.h"
|
||||
#include "util.h"
|
||||
|
||||
#include <alpm.h>
|
||||
#include <list.h>
|
||||
#include <util.h>
|
||||
|
||||
/*#ifndef PATH_MAX
|
||||
#define PATH_MAX 512
|
||||
#endif*/
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user