Skip to content

Commit

Permalink
build: Fix bbatch build.
Browse files Browse the repository at this point in the history
Fix previous commit and not include jcr.h there explicitly as it gets
included here by some other include we do so we should not include it
ourself or we run into the problem that it doesn't know it needs to set
DIRECTOR_DAEMON to 1 to get the right members of the JCR class.
  • Loading branch information
Marco van Wieringen committed Dec 27, 2015
1 parent c9297d7 commit 402ea91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tests/bbatch.c
Expand Up @@ -42,7 +42,6 @@
*/

#include "bareos.h"
#include "jcr.h"
#include "stored/stored.h"
#include "findlib/find.h"
#include "cats/cats.h"
Expand Down

0 comments on commit 402ea91

Please sign in to comment.