Tweaked C code to be more correct regarding #include <stddef.h> for size_t.

pull/14/head
Project Nayuki 8 years ago
parent c42fd75b77
commit 047f85d164

@ -23,7 +23,6 @@
#include <assert.h>
#include <limits.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include "qrcodegen.h"

@ -24,6 +24,7 @@
#pragma once
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>

Loading…
Cancel
Save