1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

fixed a compilation warning

This commit is contained in:
Aurelien Foret 2006-02-15 22:37:35 +00:00
parent f83f01b8eb
commit 2e128d3a41

View File

@ -23,9 +23,9 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <stdarg.h> #include <stdarg.h>
#include <ctype.h>
#include <alpm.h> #include <alpm.h>
/* pacman */ /* pacman */
#include "util.h" #include "util.h"
#include "log.h" #include "log.h"