summaryrefslogtreecommitdiff
path: root/lib/fips.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fips.c')
-rw-r--r--lib/fips.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fips.c b/lib/fips.c
index 4233485e4c..54a706c27a 100644
--- a/lib/fips.c
+++ b/lib/fips.c
@@ -19,11 +19,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-#include <gnutls_int.h>
+#include "gnutls_int.h"
#include <gnutls/gnutls.h>
#include <gnutls/crypto.h>
#include <unistd.h>
-#include <gnutls_errors.h>
+#include "errors.h"
#include <fips.h>
#include <gnutls/self-test.h>
#include <stdio.h>