aboutsummaryrefslogtreecommitdiffstats
path: root/src/filelock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/filelock.c')
-rw-r--r--src/filelock.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/filelock.c b/src/filelock.c
index 769e5aa7a92..0ed236f8cc2 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -34,9 +34,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
34#ifdef HAVE_FCNTL_H 34#ifdef HAVE_FCNTL_H
35#include <fcntl.h> 35#include <fcntl.h>
36#endif 36#endif
37#ifdef HAVE_STRING_H
38#include <string.h> 37#include <string.h>
39#endif
40 38
41#ifdef HAVE_UNISTD_H 39#ifdef HAVE_UNISTD_H
42#include <unistd.h> 40#include <unistd.h>