test/solid-test.c: Include stdint.h

We need that to make sure we have UINT16_MAX.
This commit is contained in:
Chun-wei Fan 2019-07-24 14:50:22 +08:00
parent c608e9663e
commit 3bceb3a9d3

View File

@ -26,6 +26,7 @@
#include "utils.h"
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#define WIDTH 32