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

Need param.h, from Ismail Donmez.

This commit is contained in:
Nicholas Marriott 2014-12-31 10:00:47 +00:00
parent cc1bc9717c
commit daea0e4fff

View File

@ -16,7 +16,7 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/types.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <event.h>