- (dtucker) [roaming_serv.c] Include includes.h for u_intXX_t types.

This commit is contained in:
Darren Tucker 2010-01-08 20:45:42 +11:00
parent cb5a1b6f70
commit 1a8f535b97
2 changed files with 3 additions and 0 deletions

View File

@ -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

View 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"