summary refs log tree commit diff
path: root/include/compat/sys/param.h
blob: 70488f828ca56a8f18400dec29727abf2e4c00a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Public domain
 * sys/param.h compatibility shim
 */

#ifndef LIBCRYPTOCOMPAT_SYS_PARAM_H
#define LIBCRYPTOCOMPAT_SYS_PARAM_H

#ifdef _MSC_VER
#include <winsock2.h>
#else
#include_next <sys/param.h>
#endif

#endif
ne McEnroe 2017-12-05Day 5June McEnroe 2017-12-04Day 4, part 2June McEnroe 2017-12-04Day 4June McEnroe 2017-12-03Day 3, part 2June McEnroe 2017-12-03Day 3, clean upJune McEnroe 2017-12-03Day 3June McEnroe 2017-12-02Day 2, part 2June McEnroe 2017-12-02Day 2June McEnroe 2017-12-01Day 1, part 2June McEnroe 2017-12-01Day 1June McEnroe 2017-11-27Move to 2016 directoryJune McEnroe