Fixing some includes by replacing <> with "".
I changed only the includes needed to fix the build on Android, which has an utils.h system header file, but we should probably change all the local includes in libstrongswan to "" and relative paths.
This commit is contained in:
@@ -42,7 +42,7 @@ struct chunk_t {
|
||||
size_t len;
|
||||
};
|
||||
|
||||
#include <utils.h>
|
||||
#include "utils.h"
|
||||
|
||||
/**
|
||||
* A { NULL, 0 }-chunk handy for initialization.
|
||||
|
||||
Reference in New Issue
Block a user