Avoid warnings on FreeBSD.

This commit is contained in:
Dianne Skoll
2025-10-29 13:46:41 -04:00
parent 9642303d05
commit 36f4bb852b
2 changed files with 4 additions and 0 deletions

View File

@@ -34,8 +34,10 @@
#endif
#ifdef HAVE_SYS_TERMIOS_H
#ifdef __sun
#include <sys/termios.h>
#endif
#endif
#include <ctype.h>
#include <math.h>

View File

@@ -36,8 +36,10 @@
#endif
#ifdef HAVE_SYS_TERMIOS_H
#ifdef __sun
#include <sys/termios.h>
#endif
#endif
#include "types.h"