Update lwres to use stdint types to finish transition to using stdint types
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -187,7 +188,7 @@ test_gabn(const char *target) {
|
||||
}
|
||||
|
||||
static void
|
||||
test_gnba(const char *target, lwres_uint32_t af) {
|
||||
test_gnba(const char *target, uint32_t af) {
|
||||
lwres_gnbaresponse_t *res;
|
||||
int ret;
|
||||
unsigned int i;
|
||||
|
||||
Reference in New Issue
Block a user