Skip to content
Snippets Groups Projects
Commit 3bceb3a9 authored by Chun-wei Fan's avatar Chun-wei Fan
Browse files

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

We need that to make sure we have UINT16_MAX.
parent c608e966
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@
#include "utils.h"
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#define WIDTH 32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment