aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pspax.c')
-rw-r--r--pspax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pspax.c b/pspax.c
index d202b63..bb44687 100644
--- a/pspax.c
+++ b/pspax.c
@@ -18,7 +18,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
-
+#include <limits.h>
#include <libgen.h>
#include <unistd.h>
#include <dirent.h>
@@ -41,7 +41,7 @@
#define PROC_DIR "/proc"
-static const char *rcsid = "$Id: pspax.c,v 1.16 2005/05/27 02:57:09 vapier Exp $";
+static const char *rcsid = "$Id: pspax.c,v 1.17 2005/05/27 22:15:03 vapier Exp $";
#define argv0 "pspax"