]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commitdiff
coloredstderr.c: Use #include <config.h>.
authorSimon Ruderich <simon@ruderich.org>
Wed, 5 Jun 2013 16:11:33 +0000 (18:11 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 5 Jun 2013 16:11:33 +0000 (18:11 +0200)
This ensures that config.h from the build directory is preferred over a
possible file of the same name in the source directory.

src/coloredstderr.c

index 53916f5729c47f79fd1146a33fed2ff4c345613c..e04a2ea01be40b4d0644ed65a031b93629c6b2b9 100644 (file)
@@ -18,7 +18,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "config.h"
+#include <config.h>
 
 /* Must be loaded before the following headers. */
 #include "ldpreload.h"