summaryrefslogtreecommitdiff
path: root/src/libexecline/exlsn_exlp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexecline/exlsn_exlp.c')
-rw-r--r--src/libexecline/exlsn_exlp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libexecline/exlsn_exlp.c b/src/libexecline/exlsn_exlp.c
index 4ca513e..3a2e24b 100644
--- a/src/libexecline/exlsn_exlp.c
+++ b/src/libexecline/exlsn_exlp.c
@@ -1,7 +1,7 @@
/* ISC license. */
#include <skalibs/sgetopt.h>
-#include <skalibs/uint.h>
+#include <skalibs/types.h>
#include "exlsn.h"
int exlsn_exlp (int argc, char const **argv, char const *const *envp, exlsn_t *info)
@@ -11,7 +11,7 @@ int exlsn_exlp (int argc, char const **argv, char const *const *envp, exlsn_t *i
int n ;
for (;;)
{
- register int opt = subgetopt_r(argc, argv, "P:", &localopt) ;
+ int opt = subgetopt_r(argc, argv, "P:", &localopt) ;
if (opt < 0) break ;
switch (opt)
{