Update lwres to use stdint types to finish transition to using stdint types

This commit is contained in:
Ondřej Surý
2018-08-21 21:06:13 +02:00
parent 71f62894b5
commit e37e27c560
45 changed files with 355 additions and 360 deletions

View File

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