diff options
Diffstat (limited to 'tabbed.c')
-rw-r--r-- | tabbed.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ -/* See LICENSE file for copyright and license details. +/* + * See LICENSE file for copyright and license details. * * To understand tabbed, start reading main(). */ + #include <sys/wait.h> #include <locale.h> #include <stdarg.h> |