added lib dir

This commit is contained in:
wangyu
2017-08-05 20:44:48 +08:00
parent 7bd2fa7ab8
commit 82a0adf081
9 changed files with 28 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
#include <aes.h>
#include <md5.h>
#include <lib/aes.h>
#include <lib/md5.h>
#include <string.h>
#include <stdint.h>
#include <stdlib.h>