summaryrefslogtreecommitdiffstats
path: root/style.c
diff options
context:
space:
mode:
authornicm <nicm>2014-10-20 23:27:14 +0000
committernicm <nicm>2014-10-20 23:27:14 +0000
commit900f6fc17e6764377a8e293ce742fb41f1add9bd (patch)
tree566ebe615f419bcca0cf2cd5a8e470228f192dca /style.c
parent30bacf6f3038a867b53143150944f0997558114b (diff)
Tidy up some includes.
Diffstat (limited to 'style.c')
-rw-r--r--style.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/style.c b/style.c
index 2a049fb6..6df2ed04 100644
--- a/style.c
+++ b/style.c
@@ -17,6 +17,8 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <sys/types.h>
+
#include <string.h>
#include "tmux.h"