Browse Source

Add missing include file to random_seed

tags/json-c-0.13-20171207
James Myatt 10 years ago
parent
commit
bf32650c83
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      random_seed.c

+ 1
- 0
random_seed.c View File

@@ -11,6 +11,7 @@

#include <stdio.h>
#include "config.h"
#include "random_seed.h"

#define DEBUG_SEED(s)



Loading…
Cancel
Save