diff options
Diffstat (limited to '')
-rw-r--r-- | client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client.c b/client.c index 79f55ae..5ac9b4a 100644 --- a/client.c +++ b/client.c @@ -14,8 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "bounce.h" - #include <assert.h> #include <err.h> #include <stdarg.h> @@ -28,6 +26,8 @@ #include <tls.h> #include <unistd.h> +#include "bounce.h" + enum Need { NeedNick = 1 << 0, NeedUser = 1 << 1, |