Use #include <config.h> not #include "config.h" for consistency.
Otherwise, some compilers may do the wrong thing in a build dir if there is a config.h file in the source dir too.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
# error protobuf-c version 1.30 or higher required
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
|
||||
#if defined(HAVE_OPENSSL)
|
||||
# if defined(HAVE_WOLFSSL)
|
||||
|
Reference in New Issue
Block a user