Version 0.0
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@387 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
16
appl/ftp/common/common.h
Normal file
16
appl/ftp/common/common.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef __MISSING_H__
|
||||
#define __MISSING_H__
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "vsyslog.h"
|
||||
|
||||
#include "err.h"
|
||||
|
||||
#include "base64.h"
|
||||
|
||||
#endif /* __MISSING_H__ */
|
Reference in New Issue
Block a user