Merge pull request #53 from vapier/prototypes

include getdef.h for getdef_bool prototype
This commit is contained in:
Serge Hallyn 2016-12-06 23:23:17 -06:00 committed by GitHub
commit 06f719e501
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@
#include "prototypes.h"
#include "defines.h"
#include "commonio.h"
#include "getdef.h"
#include "sgroupio.h"
/*@null@*/ /*@only@*/struct sgrp *__sgr_dup (const struct sgrp *sgent)

View File

@ -40,6 +40,7 @@
#include <shadow.h>
#include <stdio.h>
#include "commonio.h"
#include "getdef.h"
#include "shadowio.h"
#ifdef WITH_TCB
#include <tcb.h>