coronacommit 2

This commit is contained in:
tth 2020-05-13 12:42:05 +02:00
parent 4bd4e1c43f
commit af5f983a60
2 changed files with 2 additions and 0 deletions

1
main.c
View File

@ -7,6 +7,7 @@
#include <unistd.h> #include <unistd.h>
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>
#include <ao/ao.h>
#include "nclooper.h" #include "nclooper.h"

View File

@ -2,6 +2,7 @@
* NcLooper--- interface curses, fonctions de base * NcLooper--- interface curses, fonctions de base
*/ */
#include <curses.h>
#include "ncfuncs.h" #include "ncfuncs.h"