summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-04-27 22:13:00 +0000
committerwlemb <wlemb>2001-04-27 22:13:00 +0000
commit6c39b50cc0580a863c5581eef880bd3c3c588eb4 (patch)
tree15afa363b21cbac0ee0c03d7c0fba2e9cc92760f /src
parent7f25da95e10cb45e0c9e7b46c83e3021ea102b63 (diff)
downloadgroff-6c39b50cc0580a863c5581eef880bd3c3c588eb4.tar.gz
* src/utils/lkbib/lkbib.cc: Switch inclusion order of stdio.h and
stdlib.h. * MORE.STUFF: Updated, using a patch from Kees Zeelenberg <c.zeelenberg@hccnet.nl>.
Diffstat (limited to 'src')
-rw-r--r--src/utils/lkbib/lkbib.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/lkbib/lkbib.cc b/src/utils/lkbib/lkbib.cc
index f7d6ea5d..50e4e9b9 100644
--- a/src/utils/lkbib/lkbib.cc
+++ b/src/utils/lkbib/lkbib.cc
@@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#include <stdlib.h>
#include <stdio.h>
+#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <assert.h>