Includes config.h, miscfn.h

CVS patchset: 1601
CVS date: 1997/05/07 15:02:23
This commit is contained in:
ewt 1997-05-07 15:02:23 +00:00
parent a5681a3d0c
commit fee8c94495
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
/* handle triggers */
#include "config.h"
#include <stdlib.h>
#include <string.h>
@ -11,6 +13,7 @@
#include "rpmlib.h"
#include "stringbuf.h"
#include "misc.h"
#include "miscfn.h"
#define FREE(x) { if (x) free(x); }
#define CHUNK 8