Make basic/ecc also use our global include

This commit is contained in:
Stefan `Sec` Zehl 2012-01-15 14:04:57 +01:00
parent f38fb4c148
commit 71c9a6dc64
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#ifndef _ECC_H_
#define _ECC_H_H
#include <sysdefs.h>
#include <stdint.h>
/******************************************************************************/