r884: convert samba4 to use [u]int32_t instead of [u]int32
[samba.git] / source4 / smbd / server.c
index f32d6a07021957b6afbd76e72fdc1c3a8bf585ca..8a06a5b7df44393d6280e2301004171600617b9d 100644 (file)
@@ -302,7 +302,7 @@ static void setup_process_model(struct event_context *events,
        /* Output the build options to the debug log */ 
        build_options(False);
 
-       if (sizeof(uint16) < 2 || sizeof(uint32) < 4) {
+       if (sizeof(uint16) < 2 || sizeof(uint32_t) < 4) {
                DEBUG(0,("ERROR: Samba is not configured correctly for the word size on your machine\n"));
                exit(1);
        }