mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
d9ea8a1921
PR: 27308 Submitted by: Anders Nordby <anders@fix.no>
12 lines
324 B
C
12 lines
324 B
C
--- src/peo/rmd160.h.orig Sun May 13 00:40:04 2001
|
|
+++ src/peo/rmd160.h Sun May 13 00:40:23 2001
|
|
@@ -20,7 +20,7 @@
|
|
#ifndef _RMD160_H /* make sure this file is read only once */
|
|
#define _RMD160_H
|
|
|
|
-#include "typedefs.h"
|
|
+#include <sys/types.h>
|
|
|
|
/********************************************************************/
|
|
|