# HG changeset patch # User John W. Eaton # Date 1460389126 14400 # Node ID ec01be3b8f5d089234828455dc1bfc26fe37a3f2 # Parent e6f76c393ad754dbf4d18c5efbe50979f5d92b7e * build-info.h: Style fix. diff -r e6f76c393ad7 -r ec01be3b8f5d libinterp/build-info.h --- 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 #include extern OCTAVE_API std::string octave_hg_id (void); + +#endif