mirror of
https://github.com/neocturne/fastd.git
synced 2025-05-15 04:35:08 +02:00
Reorder includes to make FreeBSD happy
This commit is contained in:
parent
fd939f0247
commit
6caa933947
1 changed files with 5 additions and 4 deletions
|
@ -31,8 +31,6 @@
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <netinet/if_ether.h>
|
|
||||||
#include <netinet/in.h>
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -40,11 +38,14 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <syslog.h>
|
#include <syslog.h>
|
||||||
#include <sys/uio.h>
|
|
||||||
#include <sys/socket.h>
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#include <sys/uio.h>
|
||||||
|
#include <sys/socket.h>
|
||||||
|
|
||||||
|
#include <netinet/in.h>
|
||||||
|
#include <netinet/if_ether.h>
|
||||||
|
|
||||||
/* This must be adjusted when new methods are added */
|
/* This must be adjusted when new methods are added */
|
||||||
#define MAX_METHODS 3
|
#define MAX_METHODS 3
|
||||||
|
|
Loading…
Add table
Reference in a new issue