]> Git Repo - qemu.git/blobdiff - ui/curses_keys.h
qemu-option: Disable two helpful messages that got broken recently
[qemu.git] / ui / curses_keys.h
index c0d5eb452fa4922dc4d10f5237607239c50ab604..18ce6dceeed598971bb980d4b9fe0ec004961629 100644 (file)
@@ -22,6 +22,9 @@
  * THE SOFTWARE.
  */
 
+#ifndef QEMU_CURSES_KEYS_H
+#define QEMU_CURSES_KEYS_H 1
+
 #include <curses.h>
 #include "keymaps.h"
 
@@ -507,3 +510,5 @@ static const name2keysym_t name2keysym[] = {
 
     { NULL, 0 },
 };
+
+#endif
This page took 0.021219 seconds and 4 git commands to generate.