svn commit: r207324 - stable/7/tools/tools/aac

Ed Maste emaste at FreeBSD.org
Wed Apr 28 13:26:30 UTC 2010


Author: emaste
Date: Wed Apr 28 13:26:30 2010
New Revision: 207324
URL: http://svn.freebsd.org/changeset/base/207324

Log:
  MFC r175406:
  
    Eliminate warnings by adding headers.

Modified:
  stable/7/tools/tools/aac/aac_checkq.c
Directory Properties:
  stable/7/tools/tools/aac/   (props changed)

Modified: stable/7/tools/tools/aac/aac_checkq.c
==============================================================================
--- stable/7/tools/tools/aac/aac_checkq.c	Wed Apr 28 13:25:53 2010	(r207323)
+++ stable/7/tools/tools/aac/aac_checkq.c	Wed Apr 28 13:26:30 2010	(r207324)
@@ -33,6 +33,8 @@ __FBSDID("$FreeBSD$");
 
 #include <errno.h>
 #include <stdio.h>
+#include <stdlib.h>
+#include <strings.h>
 
 /*
  * Simple program to print out the queue stats on the given queue index.


More information about the svn-src-all mailing list