changeset 761:8f2b36bfe8db

* include/sntp.h: Include <cyg/infra/cyg_type.h> for __externC.
author jlarmour
date Tue, 25 Feb 2003 19:03:47 +0000
parents 74589c7c236e
children 6fee91bd8194
files packages/net/sntp/current/ChangeLog packages/net/sntp/current/include/sntp.h
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/packages/net/sntp/current/ChangeLog
+++ b/packages/net/sntp/current/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-25  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* include/sntp.h: Include <cyg/infra/cyg_type.h> for __externC.
+
 2003-02-25  Gary Thomas  <mlbassoc.com>
 
 	* tests/sntp1.c (net_test): Strip the trailing "\n" making it more
--- a/packages/net/sntp/current/include/sntp.h
+++ b/packages/net/sntp/current/include/sntp.h
@@ -50,6 +50,8 @@
 //
 //=============================================================================
 
+#include <cyg/infra/cyg_type.h>
+
 /* Call this function to start the SNTP Client */
 __externC void 
 cyg_sntp_start(void);