summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-08 20:45:42 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-01-08 20:45:42 +1100
commit1a8f535b970738f8de7599d5815d3be3beaa3b48 (patch)
tree2dcc7549a58347669ca87f9094ab89d79c9ea62d
parentcb5a1b6f7028dc3e3bf9f5875aee4a071eefe359 (diff)
- (dtucker) [roaming_serv.c] Include includes.h for u_intXX_t types.
-rw-r--r--ChangeLog1
-rw-r--r--roaming_serv.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index adb52db3a..11093e7ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -167,6 +167,7 @@
167 be created. 167 be created.
168 - (dtucker] [misc.c] Shrink the area covered by USE_ROUTINGDOMAIN more 168 - (dtucker] [misc.c] Shrink the area covered by USE_ROUTINGDOMAIN more
169 to eliminate an unused variable warning. 169 to eliminate an unused variable warning.
170 - (dtucker) [roaming_serv.c] Include includes.h for u_intXX_t types.
170 171
17120091226 17220091226
172 - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1 173 - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1
diff --git a/roaming_serv.c b/roaming_serv.c
index 65e9fe631..511ca8461 100644
--- a/roaming_serv.c
+++ b/roaming_serv.c
@@ -15,6 +15,8 @@
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 */ 16 */
17 17
18#include "includes.h"
19
18#include <sys/types.h> 20#include <sys/types.h>
19 21
20#include "roaming.h" 22#include "roaming.h"