mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
First include is the specification's .h file.
This commit is contained in:
@@ -20,9 +20,11 @@
|
||||
If not, write to the Free Software Foundation, Inc.,
|
||||
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include <stddef.h>
|
||||
/* Specification. */
|
||||
#include "keyword-list.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
/* Constructor. */
|
||||
Keyword_List::Keyword_List (Keyword *car)
|
||||
: _cdr (NULL), _car (car)
|
||||
|
||||
Reference in New Issue
Block a user