You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
443 B

  1. diff --git a/wavemon.h b/wavemon.h
  2. index e7584f7..8c76d11 100644
  3. --- a/wavemon.h
  4. +++ b/wavemon.h
  5. @@ -19,6 +19,7 @@
  6. * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  7. */
  8. #include <stdio.h>
  9. +#include <stdint.h>
  10. #include <stdlib.h>
  11. #include <unistd.h>
  12. #include <signal.h>
  13. @@ -33,7 +34,7 @@
  14. #include <ctype.h>
  15. #include <math.h>
  16. #include <stdbool.h>
  17. -#include <ncurses.h>
  18. +#include <curses.h>
  19. #include "llist.h"