Include the proper header for gargoyle_opt

This commit is contained in:
Nick Chambers 2022-07-02 19:09:15 -05:00
parent cb116860a1
commit 6ed142ebbe
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#ifndef __GARGOYLE_SCRIBE_H_
#define __GARGOYLE_SCRIBE_H_
#include <gargoyle/sleuth.h>
#include <gargoyle/privledge.h>
#include <stdint.h>
uint8_t gargoyle_from_bool(struct gargoyle_opt *opt, const char *brand, const char *neg, uint16_t neg_sz, gargoyle_flag_type flags);