wpa_supplicant/hostapd - Default include files More...
#include "build_config.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <signal.h>
#include <sys/types.h>
#include <errno.h>
#include <ctype.h>
#include <time.h>
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/uio.h>
#include <sys/time.h>
Go to the source code of this file.
wpa_supplicant/hostapd - Default include files
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
This header file is included into all C files so that commonly used header files can be selected with OS specific ifdef blocks in one place instead of having to have OS/C library specific selection in many files.
Definition in file includes.h.