File: 02_scottcurses_includes.diff

package info (click to toggle)
scottfree 1.14-13
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 300 kB
  • sloc: ansic: 8,210; makefile: 19
file content (14 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Add missing headers
Author: Clint Adams <schizo@debian.org>

--- a/ScottCurses.c
+++ b/ScottCurses.c
@@ -20,6 +20,8 @@
 #include <curses.h>
 #include <stdarg.h>
 #include <signal.h>
+#include <unistd.h>
+#include <sys/types.h>
 
 #include "Scott.h"