Browse Source

Fix building error

pull/988/head
Max Lv 8 years ago
parent
commit
65843154cf
1 changed files with 1 additions and 0 deletions
  1. 1
      src/utils.h

1
src/utils.h

@ -38,6 +38,7 @@
#ifndef _UTILS_H
#define _UTILS_H
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>

Loading…
Cancel
Save