Skip to content

Commit

Permalink
SYNCv4: Screen doesn't build on SunOS
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-naumov committed May 31, 2024
1 parent 37586a7 commit a91c567
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,12 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <locale.h>

#if defined(__sun)
#include <limits.h>
#endif

#include <locale.h>
#if defined(HAVE_LANGINFO_H)
#include <langinfo.h>
#endif
Expand Down

0 comments on commit a91c567

Please sign in to comment.