aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/select.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/select.c b/win32/select.c
index a7e30182d..2c9d2d873 100644
--- a/win32/select.c
+++ b/win32/select.c
@@ -18,6 +18,7 @@
18 You should have received a copy of the GNU General Public License along 18 You should have received a copy of the GNU General Public License along
19 with this program; if not, see <http://www.gnu.org/licenses/>. */ 19 with this program; if not, see <http://www.gnu.org/licenses/>. */
20 20
21#include "libbb.h"
21#include <malloc.h> 22#include <malloc.h>
22#include <assert.h> 23#include <assert.h>
23 24