cryptafinity_global: added missing & required reference to stdlib.h.
git-svn-id: https://websvn.glenux.net/svn/Upoc/cryptaffinity/trunk@1737 eaee96b3-f302-0410-b096-c6cfd47f7835
This commit is contained in:
parent
e41eaa1b6b
commit
18bc7d5507
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifndef _CRYPTAFINITY_GLOBAL_HH
|
||||
#define _CRYPTAFINITY_GLOBAL_HH
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
|
Loading…
Reference in a new issue