Skip to content

Commit

Permalink
added config.h (if exisits)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed Sep 26, 1999
1 parent ae5ebf2 commit 3db5c8b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kame/kame/libinet6/name6.c
@@ -1,4 +1,4 @@
/* $Id: name6.c,v 1.5 1999/09/26 07:21:15 itojun Exp $ */
/* $Id: name6.c,v 1.6 1999/09/26 12:40:45 jinmei Exp $ */
/*
* Atsushi Onoe <onoe@sm.sony.co.jp>
*/
Expand All @@ -15,6 +15,10 @@
#endif
#endif

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <sys/param.h>
#include <sys/socket.h>
#include <sys/time.h>
Expand Down

0 comments on commit 3db5c8b

Please sign in to comment.