Fixed man.c
This commit is contained in:
parent
439b302db3
commit
f177b3a3dd
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "man.h"
|
||||
|
||||
// Color Codes:
|
||||
// Reset: \033[0m
|
||||
// Red: \033[0;31m
|
||||
|
|
|
|||
Reference in a new issue