summaryrefslogtreecommitdiff
path: root/crc32.c
diff options
context:
space:
mode:
authordjm <djm>2003-02-24 23:22:35 +0000
committerdjm <djm>2003-02-24 23:22:35 +0000
commit02fc4af8a84f8bc87ed83f62d4c376f4974643a7 (patch)
tree8b0e8dbc264591dc962c7999e034d5450d3f2ea4 /crc32.c
parentd314eb68fbec1dc5501e2bc9918851048fba1284 (diff)
downloadopenssh-02fc4af8a84f8bc87ed83f62d4c376f4974643a7.tar.gz
- (djm) Fix some compile errors spotted by dtucker and his fabulous
tinderbox
Diffstat (limited to 'crc32.c')
-rw-r--r--crc32.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crc32.c b/crc32.c
index 89c808a8..ac627b57 100644
--- a/crc32.c
+++ b/crc32.c
@@ -23,8 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-
-#include <sys/types.h>
+#include "includes.h"
#include "crc32.h"
static const u_int32_t crc32tab[] = {