summaryrefslogtreecommitdiff
path: root/src/fdholder/s6-fdholder-storec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fdholder/s6-fdholder-storec.c')
-rw-r--r--src/fdholder/s6-fdholder-storec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fdholder/s6-fdholder-storec.c b/src/fdholder/s6-fdholder-storec.c
index eeb0ed8..32af82c 100644
--- a/src/fdholder/s6-fdholder-storec.c
+++ b/src/fdholder/s6-fdholder-storec.c
@@ -1,6 +1,6 @@
/* ISC license. */
-#include <skalibs/uint.h>
+#include <skalibs/types.h>
#include <skalibs/strerr2.h>
#include <skalibs/sgetopt.h>
#include <skalibs/tai.h>
@@ -19,7 +19,7 @@ int main (int argc, char const *const *argv, char const *const *envp)
subgetopt_t l = SUBGETOPT_ZERO ;
for (;;)
{
- register int opt = subgetopt_r(argc, argv, "t:T:", &l) ;
+ int opt = subgetopt_r(argc, argv, "t:T:", &l) ;
if (opt == -1) break ;
switch (opt)
{