1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

#84, added missing #endif

This commit is contained in:
Joe Merten
2018-01-15 20:35:00 +01:00
parent 4776a5c781
commit 249cf8ea3c

1
term.c
View File

@ -68,6 +68,7 @@
/* only works for linux, recent kernels */
#include "termios2.h"
#endif
#endif
#if (defined (__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || \
defined(__DragonFly__) || defined(__APPLE__)) && defined(USE_CUSTOM_BAUD)