fcntl.h is still needed here.
authornicm <nicm@openbsd.org>
Tue, 29 Apr 2014 22:31:22 +0000 (22:31 +0000)
committernicm <nicm@openbsd.org>
Tue, 29 Apr 2014 22:31:22 +0000 (22:31 +0000)
usr.bin/tmux/client.c

index 1c90079..dda8e39 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: client.c,v 1.79 2014/04/17 11:38:35 nicm Exp $ */
+/* $OpenBSD: client.c,v 1.80 2014/04/29 22:31:22 nicm Exp $ */
 
 /*
  * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -25,6 +25,7 @@
 
 #include <errno.h>
 #include <event.h>
+#include <fcntl.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>