summaryrefslogtreecommitdiffstats
path: root/cpukit/dev/i2c/eeprom.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/dev/i2c/eeprom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/dev/i2c/eeprom.c b/cpukit/dev/i2c/eeprom.c
index 97e0f55684..4dc1a1abf9 100644
--- a/cpukit/dev/i2c/eeprom.c
+++ b/cpukit/dev/i2c/eeprom.c
@@ -20,8 +20,8 @@
* http://www.rtems.org/license/LICENSE.
*/
-#if HAVE_CONFIG_H
- #include "config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
#endif
#include <dev/i2c/eeprom.h>