blob: dc5faceb656bc4b06f33d3d7c2f244e196609aa2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- mail.c.org Tue Apr 1 15:35:48 2003
+++ mail.c Tue Apr 15 00:15:44 2003
@@ -6,7 +6,7 @@
#include "main.h"
#include <dirent.h>
-#include <wait.h>
+#include <sys/wait.h>
#include <signal.h>
#undef POP_DEBUG
|