X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fconfig.cc;h=461778e5f952958b8eb0ada2689f29729364a7ec;hb=5bb8616d44345e1f1896d94af9ea257439234179;hp=f4f0bac6e6c49c19bf58215d95909ed6f7999c7f;hpb=572acce581f4b8799db661ed7ab0007de0393a09;p=chaz%2Fopenbox diff --git a/util/epist/config.cc b/util/epist/config.cc index f4f0bac6..461778e5 100644 --- a/util/epist/config.cc +++ b/util/epist/config.cc @@ -20,6 +20,10 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. +#ifdef HAVE_CONFIG_H +# include "../../config.h" +#endif // HAVE_CONFIG_H + #include "config.hh" using std::string; @@ -93,6 +97,7 @@ void Config::addOption(const std::string &name, const std::string &value) } bool_options[] = { { "stackedcycling", Config::stackedCycling }, + { "stackedcyclingraise", Config::stackedCyclingRaise }, { "", NUM_BOOL_TYPES } };