POLY: fix header inclusion

This commit is contained in:
hasufell 2014-05-25 19:00:36 +02:00
parent 853fc668f5
commit 8703e6975e
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
#include <sys/types.h>
#include <fmpz_poly.h>
#include <fmpz.h>