mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [roaming_serv.c] Include includes.h for u_intXX_t types.
This commit is contained in:
parent
cb5a1b6f70
commit
1a8f535b97
|
@ -167,6 +167,7 @@
|
|||
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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue