]> andersk Git - openssh.git/commitdiff
- (dtucker) [roaming_serv.c] Include includes.h for u_intXX_t types.
authordtucker <dtucker>
Fri, 8 Jan 2010 09:45:42 +0000 (09:45 +0000)
committerdtucker <dtucker>
Fri, 8 Jan 2010 09:45:42 +0000 (09:45 +0000)
ChangeLog
roaming_serv.c

index adb52db3aaf1a1bb84edc242f8375038c6b8b371..11093e7ad9151ae530651fea12320355b91699b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    be created.
  - (dtucker] [misc.c] Shrink the area covered by USE_ROUTINGDOMAIN more
    to eliminate an unused variable warning.
+ - (dtucker) [roaming_serv.c] Include includes.h for u_intXX_t types.
 
 20091226
  - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1
index 65e9fe6313d598fc3d51ad0c3037f584997c5cd0..511ca846101bf4f2dc8e2b0348a4fe9f258383a9 100644 (file)
@@ -15,6 +15,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include "includes.h"
+
 #include <sys/types.h>
 
 #include "roaming.h"
This page took 0.042654 seconds and 5 git commands to generate.