moving src/common to src/
This commit is contained in:
parent
22d7238b36
commit
cfb5e85699
20 changed files with 49 additions and 50 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include "../src/common/strbuf.h"
|
||||
#include "../src/strbuf.h"
|
||||
|
||||
typedef unsigned int uint;
|
||||
|
||||
|
|
|
|||
Reference in a new issue