1
1

examples: Add missing include on FreeBSD.

Этот коммит содержится в:
Andreas Schneider 2014-02-14 10:32:30 +01:00
родитель 4463d89a4a
Коммит 2a1cb323f7

Просмотреть файл

@ -31,6 +31,9 @@ clients must be made or how a client should react.
#ifdef HAVE_UTIL_H
#include <util.h>
#endif
#ifdef HAVE_LIBUTIL_H
#include <libutil.h>
#endif
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif