summaryrefslogtreecommitdiffstats
path: root/scd/apdu.c
diff options
context:
space:
mode:
Diffstat (limited to 'scd/apdu.c')
-rw-r--r--scd/apdu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/apdu.c b/scd/apdu.c
index 01c48cdf0..242849adb 100644
--- a/scd/apdu.c
+++ b/scd/apdu.c
@@ -33,9 +33,9 @@
#include <assert.h>
#include <signal.h>
#ifdef USE_GNU_PTH
-# include <pth.h>
# include <unistd.h>
# include <fcntl.h>
+# include <pth.h>
#endif