coloredstderr.c: Use #include <config.h>.

This ensures that config.h from the build directory is preferred over a
possible file of the same name in the source directory.
This commit is contained in:
Simon Ruderich
2013-06-05 18:11:33 +02:00
parent 4d10935aee
commit b140cc0a82

View 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"