bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in ncurses version 5


From: Sherlock Holmes
Subject: Bug in ncurses version 5
Date: Mon, 30 Apr 2001 12:52:51 +0200

In tinfo/lib_napms.c the inclusion of <sys/time.h> is missing when NANOSLEEP is available. This is at least needed for a compile under Mac OS X.

Yours,

SH

*** lib_napms.c.org     Mon Apr 30 12:50:18 2001
--- lib_napms.c Sun Apr 29 21:20:16 2001
***************
*** 44,47 ****
--- 44,50 ----
  #if HAVE_NANOSLEEP
  #include <time.h>
+ #if HAVE_SYS_TIME_H
+ #include <sys/time.h>
+ #endif
  #elif USE_FUNC_POLL
  #include <stropts.h>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]