Skip to content

Commit

Permalink
Add missing #include in fltk-versions example program.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12312 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Albrecht Schlosser committed Jul 12, 2017
1 parent f84b904 commit b7851fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/fltk-versions.cxx
Expand Up @@ -3,7 +3,7 @@
//
// Library version test program for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2015 by Bill Spitzak and others.
// Copyright 1998-2017 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
Expand All @@ -21,6 +21,8 @@
#include <FL/Fl_Box.H>
#include <FL/fl_ask.H>

#include <stdio.h>

static char version[8][80] = { "","","","","","","","" };

int main(int argc, char **argv) {
Expand Down

0 comments on commit b7851fa

Please sign in to comment.