Various small consistency fixes (trivial):
[coreboot.git] / payloads / libpayload / include / curses.priv.h
index 72d9e82db10986304b97b056f3a0f9bb9ff20f1e..720e6789221d3852d32f8c43694f1100f3729289 100644 (file)
@@ -43,8 +43,8 @@
  *
  */
 
-#ifndef CURSES_PRIV_H
-#define CURSES_PRIV_H 1
+#ifndef _CURSES_PRIV_H
+#define _CURSES_PRIV_H 1
 
 //// XXX
 extern void *memset(void *s, int c, size_t len);