Skip to content

Commit

Permalink
opt-helpers.h: add header guard ifdefs
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasbagnall committed Nov 2, 2017
1 parent be9753c commit cc55443
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opt-helpers.h
Expand Up @@ -5,6 +5,8 @@ This thinly wraps and extends ccan/opt/opt.h.
All files that include this are licensed under the GNU General Public License,
version 2 or greater, due to the ccan/opt link.
*/
#ifndef HAVE_OPT_HELPERS_H
#define HAVE_OPT_HELPERS_H

#include "recur-nn.h"
#include "recur-nn-helpers.h"
Expand All @@ -25,3 +27,5 @@ opt_set_floatval01(const char *arg, float *f){
}
return msg;
}

#endif

0 comments on commit cc55443

Please sign in to comment.