changeset: 96:2bc3f0148ec9
tag: tip
user: Connor Lane Smith <cls_AT_lubutu.com>
date: Sat Jun 25 17:33:38 2011 +0100
files: util.h util/apathmax.c
description:
apathmax fix
diff -r 90c239c56e2b -r 2bc3f0148ec9 util.h
--- a/util.h Sat Jun 25 17:26:44 2011 +0100
+++ b/util.h Sat Jun 25 17:33:38 2011 +0100
@@ -3,8 +3,8 @@
#define UTF8_POINT(c) (((c) & 0xc0) != 0x80)
char *agetcwd(void);
+void apathmax(char **, long *);
void enmasse(int, char **, int (*)(const char *, const char *));
-void apathmax(char **, long *);
void eprintf(const char *, ...);
void enprintf(int, const char *, ...);
long estrtol(const char *, int);
diff -r 90c239c56e2b -r 2bc3f0148ec9 util/apathmax.c
--- a/util/apathmax.c Sat Jun 25 17:26:44 2011 +0100
+++ b/util/apathmax.c Sat Jun 25 17:33:38 2011 +0100
@@ -1,6 +1,7 @@
/* See LICENSE file for copyright and license details. */
#include <errno.h>
#include <limits.h>
+#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "../util.h"
Received on Sat Jun 25 2011 - 18:33:44 CEST
This archive was generated by hypermail 2.2.0 : Sat Jun 25 2011 - 18:36:06 CEST