lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compile problem with lout


From: Andrew Cassin
Subject: Re: compile problem with lout
Date: Wed, 18 Oct 1995 14:36:09 +1000 (EST)

This is a common problem for sun machnines (and perhaps other machines as
well). Simply put in a #include <unistd.h> near the top of this file (z41.c)
and you should be ok.

Perhaps, jeff, you could put this into the next lout distribution:

.... include normal headers ....

#ifndef SEEK_END
#include <unistd.h>
#endif

Hope this helps,

ACAS

reply via email to

[Prev in Thread] Current Thread [Next in Thread]