]> andersk Git - openssh.git/blobdiff - crc32.c
remove acconfig.h
[openssh.git] / crc32.c
diff --git a/crc32.c b/crc32.c
index 89c808a8db1b7acfcb5f83444ad533cd23b8434c..ac627b57a563843589bc75192c576891cf7e655c 100644 (file)
--- 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[] = {
This page took 0.290494 seconds and 4 git commands to generate.