blob: 54740a2302035853a83fc90bdf38b0cedc8c90ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
K. Piche: Unofficial patch for mailx.
--- dotlock.c.orig 2005-09-18 20:28:20.000000000 -0400
+++ dotlock.c 2005-09-18 20:26:59.000000000 -0400
@@ -47,6 +47,7 @@
#include <errno.h>
#include <signal.h>
+#include "def.h"
#include "extern.h"
#ifndef O_SYNC
|