Skip to content

Commit

Permalink
compile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Oct 26, 2024
1 parent 28087e7 commit 8d85775
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/* Released under AGPL v3 with exception for the OpenSSL library. See license.txt */

#include "config.h"
#include <libintl.h>
#define _GNU_SOURCE
#define __USE_XOPEN
#include <time.h>
#include <sys/ioctl.h>
#include <stdio.h>
#include <locale.h>
Expand All @@ -24,7 +27,6 @@
#include "mssl.h"
#endif
#include <arpa/inet.h>
#include <time.h>
#include <sys/time.h>
#if defined(sun) || defined(__sun)
#include <sys/termios.h>
Expand Down

0 comments on commit 8d85775

Please sign in to comment.