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

cdefs.h -> types.h.

This commit is contained in:
Nicholas Marriott 2014-09-23 10:46:46 +01:00
parent b2224947fa
commit 054a825ee2

View File

@ -32,7 +32,7 @@
/* OPENBSD ORIGINAL: lib/libutil/fparseln.c */
#include <sys/cdefs.h>
#include <sys/types.h>
#include <stdio.h>
#include <string.h>