mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
6b413ec241
Author: Gregory Nutt <gnutt@nuttx.org> net/tcp: Fix errors found in build testing. Recent re-organization moved some functions from net/inet to net/tcp and net/udp. This include references to nxsem_wait(), SEM_PRIO_NONE, and other internal NuttX semaphore functions. These all failed to compile because nuttx/semaphore.h was not included in any of the files.