diff options
author | jbj <devnull@localhost> | 2004-08-02 02:23:27 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-08-02 02:23:27 +0000 |
commit | 6626798a65dcf66c7268d4dca95a32e140b01c40 (patch) | |
tree | 4fe9e07012d7e244812ca23fefc05fa34a912794 /beecrypt/memchunk.c | |
parent | 538aa3a481e0886ba1d255785ab38a720fc70c35 (diff) | |
download | librpm-tizen-6626798a65dcf66c7268d4dca95a32e140b01c40.tar.gz librpm-tizen-6626798a65dcf66c7268d4dca95a32e140b01c40.tar.bz2 librpm-tizen-6626798a65dcf66c7268d4dca95a32e140b01c40.zip |
Add system.h and debug.h, remove internal include path structure.
CVS patchset: 7376
CVS date: 2004/08/02 02:23:27
Diffstat (limited to 'beecrypt/memchunk.c')
-rw-r--r-- | beecrypt/memchunk.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/beecrypt/memchunk.c b/beecrypt/memchunk.c index c18295792..325c1ca56 100644 --- a/beecrypt/memchunk.c +++ b/beecrypt/memchunk.c @@ -21,13 +21,11 @@ * \author Bob Deblier <bob.deblier@pandora.be> */ -#define BEECRYPT_DLL_EXPORT +#include "system.h" -#if HAVE_CONFIG_H -# include "config.h" -#endif +#include "memchunk.h" -#include "beecrypt/memchunk.h" +#include "debug.h" memchunk* memchunkAlloc(size_t size) { |