Browse Source

- client.h

master
Alex 'AdUser' Z 3 years ago
parent
commit
4e96187fdb
  1. 10
      src/client.c
  2. 6
      src/client.h

10
src/client.c

@ -4,13 +4,17 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include "common.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/uio.h>
#include <getopt.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <signal.h>
#include "common.h"
#include "client.h"
#ifdef WITH_READLINE
#include <readline/readline.h>
#include <readline/history.h>

6
src/client.h

@ -1,6 +0,0 @@
#include <stdint.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/uio.h>
#include <getopt.h>
Loading…
Cancel
Save