0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-08 13:08:56 +02:00

Fix includes.

This commit is contained in:
William Pitcock 2007-12-22 14:24:00 -06:00
parent 64513f3675
commit 404d3a3a62

View file

@ -23,15 +23,9 @@
#ifdef GNUTLS
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <string.h>
#include <unistd.h>
#include "stdinc.h"
#include "config.h"
#include <gnutls/gnutls.h>
#include <gcrypt.h> /* for gcry_control */