diff options
Diffstat (limited to 'lib/libc/gen/pselect.c')
| -rw-r--r-- | lib/libc/gen/pselect.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/pselect.c b/lib/libc/gen/pselect.c index abf273f7381a..737631f64e14 100644 --- a/lib/libc/gen/pselect.c +++ b/lib/libc/gen/pselect.c @@ -25,10 +25,11 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "namespace.h" #include <sys/select.h> #include <sys/time.h> |
