Networking: Fix an error that I introduced with my last review changes

This commit is contained in:
Gregory Nutt 2016-01-22 17:35:06 -06:00
parent 3ba9e82c72
commit 91b762aa86
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/****************************************************************************
* net/iob/iob_alloc.c
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Copyright (C) 2014, 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@ -48,6 +48,7 @@
#include <semaphore.h>
#include <assert.h>
#include <errno.h>
#include <nuttx/arch.h>
#include <nuttx/net/iob.h>