changeset 21606:ec01be3b8f5d

* build-info.h: Style fix.
author John W. Eaton <jwe@octave.org>
date Mon, 11 Apr 2016 11:38:46 -0400
parents e6f76c393ad7
children 37f6ed8a6f1b
files libinterp/build-info.h
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/build-info.h	Mon Apr 11 11:36:27 2016 -0400
+++ b/libinterp/build-info.h	Mon Apr 11 11:38:46 2016 -0400
@@ -20,8 +20,15 @@
 
 */
 
+#if ! defined (octave_build_info_h)
+#define octave_build_info_h 1
+
+#include "octave-config.h"
+
 #include <ctime>
 
 #include <string>
 
 extern OCTAVE_API std::string octave_hg_id (void);
+
+#endif