1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Remove compat include.

This commit is contained in:
Tiago Cunha 2011-01-07 14:46:57 +00:00
parent 9301eeb4dd
commit 0740d3dbb8

View File

@ -1,4 +1,4 @@
/* $Id: arguments.c,v 1.1 2011-01-07 14:45:33 tcunha Exp $ */
/* $Id: arguments.c,v 1.2 2011-01-07 14:46:57 tcunha Exp $ */
/*
* Copyright (c) 2010 Nicholas Marriott <nicm@users.sourceforge.net>
@ -18,7 +18,6 @@
#include <sys/types.h>
#include <bitstring.h>
#include <stdlib.h>
#include <string.h>