Also Move programs/ Directory to Relative Includes

This commit is contained in:
W. Felix Handte
2020-05-04 15:20:26 -04:00
parent 6028827fee
commit 7dcca6bc64
10 changed files with 17 additions and 20 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
#include <stdlib.h> /* malloc, free */
#include <stdio.h> /* FILE, fwrite, fprintf */
#include <string.h> /* memcpy */
#include "mem.h" /* U32 */
#include "../lib/common/mem.h" /* U32 */
/*-************************************