Commit 754891d3 authored by Rusty Russell's avatar Rusty Russell

opt: fix Solaris compile.

Need sys/termios.h for struct winsize.
parent c4f43d26
/* Licensed under GPLv3+ - see LICENSE file for details */
#include <ccan/opt/opt.h>
#include <sys/ioctl.h>
#include <sys/termios.h> /* Required on Solaris for struct winsize */
#include <sys/unistd.h> /* Required on Solaris for ioctl */
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment