Use: #include <config.h>
Not: #include "config.h" That way we get the correct config.h when build dir != src dir
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
# include <floss.h>
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
|
Reference in New Issue
Block a user