2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

no need to include <isc/buffer.h>, <isc/result.h> from <isc/base64.h>

This commit is contained in:
Andreas Gustafsson
2000-04-10 21:35:48 +00:00
parent e3b279bfa9
commit e9da40a783
2 changed files with 3 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: base64.c,v 1.8 2000/03/17 17:45:50 gson Exp $ */
/* $Id: base64.c,v 1.9 2000/04/10 21:35:47 gson Exp $ */
#include <config.h>
@@ -30,6 +30,7 @@
#include <isc/assertions.h>
#include <isc/error.h>
#include <isc/region.h>
#include <isc/result.h>
#define RETERR(x) do { \
isc_result_t __r = (x); \