mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 19:40:10 +01:00
Fix xdemos build on FreeBSD: <sys/types.h> before <netinet/tcp.h>
This commit is contained in:
parent
5ad06156b2
commit
bcb61987fb
1 changed files with 1 additions and 1 deletions
|
|
@ -27,12 +27,12 @@
|
|||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netdb.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include "ipc.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue