Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Varnish: Commits

[master] 68fa175 Include <stdint.h> in params.h for the uint8_t typedef, to fix build on Linux.

 

 

Varnish commits RSS feed   Index | Next | Previous | View Threaded


martin at varnish-cache

Sep 5, 2012, 6:47 AM

Post #1 of 1 (66 views)
Permalink
[master] 68fa175 Include <stdint.h> in params.h for the uint8_t typedef, to fix build on Linux.

commit 68fa175ea80fbc1275d499915de9cfb93f1c9c03
Author: Martin Blix Grydeland <martin [at] varnish-software>
Date: Wed Sep 5 15:45:40 2012 +0200

Include <stdint.h> in params.h for the uint8_t typedef, to fix build on Linux.

diff --git a/bin/varnishd/common/params.h b/bin/varnishd/common/params.h
index 7c1ccd5..a6e881b 100644
--- a/bin/varnishd/common/params.h
+++ b/bin/varnishd/common/params.h
@@ -29,6 +29,8 @@
* This file contains the heritage passed when mgt forks cache
*/

+#include <stdint.h>
+
#include "vre.h"

#define VSM_CLASS_PARAM "Params"

_______________________________________________
varnish-commit mailing list
varnish-commit [at] varnish-cache
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit

Varnish commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.