<config.h>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2942 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-12 01:56:08 +00:00
parent 9766fd900b
commit 871290767b
2 changed files with 8 additions and 0 deletions

View File

@@ -41,6 +41,10 @@
#ifndef __LIBASN1_H__
#define __LIBASN1_H__
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdlib.h>
#include <errno.h>
#include "asn1.h"

View File

@@ -41,6 +41,10 @@
#ifndef __LIBASN1_H__
#define __LIBASN1_H__
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdlib.h>
#include <errno.h>
#include <asn1.h>