1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00

Sort Capsicum headers.

This commit is contained in:
Edward Tomasz Napierala 2017-10-11 23:31:26 +01:00
parent 1e66cbd62e
commit 5c0b4aeb05

View File

@ -32,13 +32,14 @@
#include "settings.h"
#include "signals.h"
#include <sys/types.h>
#include <sys/param.h>
#include <sys/capsicum.h>
#include <sys/filio.h>
#include <sys/nv.h>
#include <sys/procdesc.h>
#include <sys/socket.h>
#include <capsicum_helpers.h>
#include <string.h>
#include <termios.h>
#define OPCODE_CONNECT 1
#define OPCODE_GETHOSTBYNAME 2