Changeset 9e17a74 in freewrt for tools


Ignore:
Timestamp:
Jul 16, 2006, 7:28:20 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
4e20789
Parents:
2c03383
Message:

correct requirement headers

git-svn-id: svn://www.freewrt.org/trunk/freewrt@220 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/paxmirabilis/fgetln.c

    r2c03383 r9e17a74  
     1#define _GNU_SOURCE
     2#include <sys/types.h>
     3#include <sys/cdefs.h>
    14#include <stdio.h>
    2 #include <sys/cdefs.h>
    3 #include <sys/types.h>
    45#include <string.h>
    56
Note: See TracChangeset for help on using the changeset viewer.